-- background: 2764 from stack: in -- bmap block id: 3107 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openCard set scroll of bkgnd field "info" to 0 set scroll of bkgnd field "examples" to 0 end openCard -- part 16 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=21 top=30 right=42 bottom=33 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Quit ----- HyperTalk script ----- on mouseUp answer "Go Home, or Quit Hypercard?" with "Quit" or "Home" if it="Home" then go home else domenu "Quit Hypercard" end mouseUp -- part 17 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=69 top=49 right=69 bottom=236 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 18 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=69 top=67 right=87 bottom=236 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 19 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=435 top=49 right=70 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 20 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=60 top=103 right=142 bottom=493 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 21 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=20 top=155 right=223 bottom=492 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: info -- part 23 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=20 top=247 right=315 bottom=492 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: examples -- part 24 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=209 top=315 right=334 bottom=253 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prevButt ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=253 top=315 right=334 bottom=291 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: nextButt ----- HyperTalk script ----- on mouseUp go to next card end mouseUp